码迷,mamicode.com
首页 >  
搜索关键字:http... ...分类:Web程序 时间:2020-03-23 20:52:18阅读次数:116![image](https:/upload-images.jianshu.io/upload_images/19251418-020e0a31bba97098.jpg    ( 446173个结果
LwIP的编译记录 - 静态库
1.获取LwIP的源码 http://savannah.nongnu.org/ lwip-2.1.2.zip 2.获取移植和应用LwIP的一些demo源码 http://savannah.nongnu.org/ contrib-2.1.0.zip 3.Linux环境下编译LwIP成静态库的方法 3. ...
分类:其他好文   时间:2020-12-29 11:41:15    阅读次数:0
接口自动化
自动化测试 python+selenium+unittest+htmlTestrunner python+appium+unittest+htmlTestRunner python+request+unittest+htmlTestRunner+Excel文档 接口文档(excel表格中) 测试开发 ...
分类:其他好文   时间:2020-12-29 11:38:13    阅读次数:0
第4组 Beta (5/6) (王嘉毅)
Beta冲刺 (5/6)(2020/12/20-2020/12/23) 项目演示: 1.网页版: http://amoniaa.gitee.io/facemask-identify 2.Android版安装程序下载: 3.微信小程序版: 需要使用调试模式运行小程序(点击右上角->开发调试->打开调试 ...
分类:其他好文   时间:2020-12-29 11:36:42    阅读次数:0
LeetCode222. 完全二叉树的节点个数
背景知识: 完全二叉树:除了最后一层,所有层的节点数达到最大,与此同时,最后一层的所有节点都在最左侧。(堆使用完全二叉树) 满二叉树:所有层的节点数达到最大。一棵层数为 h 的满二叉树,其节点数为2^h - 1个。 思路1:层序遍历 或 递归 遍历整棵树。 但没用到 完全二叉树 的性质。。不可取 思 ...
分类:其他好文   时间:2020-12-29 11:35:11    阅读次数:0
配置hiveserver2
需要准备 hadoop-2.6.0-cdh5.7.0 、jdk1.8.0_161 、zookeeper-3.4.5-cdh5.7.0、 hive-1.1.0-cdh5.7.0 1.在hadoop 的etc/hadoop/目录中的文件 core-site.xml 添加下面代码 ,其中颜色标记部分为你的 ...
分类:其他好文   时间:2020-12-29 11:30:43    阅读次数:0
WPF里TextBox显示行号
参考文档: https://stackoverflow.com/questions/15610940/show-linenumbers-from-the-richtextbox-in-wpf 效果: 前台: <Grid> <Border BorderBrush="Gray" BorderThickn ...
分类:Windows程序   时间:2020-12-29 11:29:53    阅读次数:0
npm包的发布流程
1.申请一个npm包的账号和密码; npm adduser 2.测试时候取得账号;npm whoami 3.在package.json的所在目录运行;npm publish; 4.打开浏览器,访问http://search.npmjs.org/ 可以找到刚刚发布的包; 5.使用npm的包;npm i ...
分类:其他好文   时间:2020-12-29 11:25:26    阅读次数:0
常用的 curl 发送 http 请求 命令
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:Web程序   时间:2020-12-29 11:24:49    阅读次数:0
null和DBNull.Value得区别
参考资料:http://stackoverflow.com/questions/4958379/what-is-the-difference-between-null-and-system-dbnull-value http://www.cnblogs.com/muou/archive/2010/0 ...
分类:数据库   时间:2020-12-29 11:11:14    阅读次数:0
springboot的任务调度(定时任务)
springboot的任务调度(定时任务) 制作人:全心全意 springboot的任务调度(定时任务,不支持分布式) 任务调度实现类 package com.zq.main.tasks; import java.text.SimpleDateFormat; import java.util.Dat ...
分类:编程语言   时间:2020-12-29 11:00:26    阅读次数:0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!